home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / main.dxr / 00090_cancel,up.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  215 b   |  13 lines

  1. on mouseDown
  2.   global framenum, runstatus
  3.   if button() then
  4.     go(framenum)
  5.     if runstatus = "Saver" then
  6.       cancelsaver()
  7.     end if
  8.     if runstatus = "Beep" then
  9.       cancelbeep()
  10.     end if
  11.   end if
  12. end
  13.